home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Glamour Girls 2
/
Glamour Girls II.iso
/
mac
/
bobwin.dir
/
00095_Script_95
< prev
next >
Wrap
Text File
|
1995-06-13
|
432b
|
23 lines
on exitFrame
global profile
set profile =0
global profile
if profile = 0 then
set the visible of sprite 2 to False
else if profile = 1 then
set the visible of sprite 2 to True
end if
global soundbutton
if soundbutton = 0 then
set the visible of sprite 3 to False
else if soundbutton = 1 then
set the visible of sprite 3 to True
end if
go to "Video 1"
end